From: Niklas Laxström Date: Mon, 30 Apr 2018 07:46:40 +0000 (+0200) Subject: Fix PHP Notice in Special:Statistics X-Git-Tag: 1.34.0-rc.0~5574^2 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=408128d7538aaa621f281e0e4ce776518e562fd8;p=lhc%2Fweb%2Fwiklou.git Fix PHP Notice in Special:Statistics Change-Id: I7a8a15537fce4b7c15e4e452fda268c395ad4d2e Follow-up: I7736c5fb6032f1b7e8a60b49d422435a8c8e4962 --- diff --git a/includes/specials/SpecialStatistics.php b/includes/specials/SpecialStatistics.php index 146e6e77de..d5e14d299b 100644 --- a/includes/specials/SpecialStatistics.php +++ b/includes/specials/SpecialStatistics.php @@ -170,7 +170,7 @@ class SpecialStatistics extends SpecialPage { Xml::closeElement( 'tr' ) . $this->formatRow( $this->msg( 'statistics-users' )->parse() . ' ' . $this->getLinkRenderer()->makeKnownLink( - SpecialPage::getTitleFor( 'ListUsers' ), + SpecialPage::getTitleFor( 'Listusers' ), $this->msg( 'listgrouprights-members' )->text() ), $this->getLanguage()->formatNum( $this->users ),